From: Vineet Gupta Date: Wed, 3 Jun 2015 19:24:12 +0000 (+0530) Subject: ARC: fix section mismatch with allyesconfig X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~4220^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b27f7391718537333383b14822311d6dad1d6eb5;p=linux-4.9.git ARC: fix section mismatch with allyesconfig Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c index 6a400b1b0b62..ee2982dda5a6 100644 --- a/arch/arc/kernel/smp.c +++ b/arch/arc/kernel/smp.c @@ -182,7 +182,7 @@ int __cpu_up(unsigned int cpu, struct task_struct *idle) /* * not supported here */ -int __init setup_profiling_timer(unsigned int multiplier) +int setup_profiling_timer(unsigned int multiplier) { return -EINVAL; }